﻿— Replace .mid music with .ogg (will work when external music type selected in the settings)

	music { id "unholy.mid" file "unholy.ogg" }
	
— Add music to the main menu (.ogg or .mid only)

	music { id "mainmenu" file "menu.ogg" }
	
— Replace sprite with voxel model

	voxel "VOXEL.kvx" { scale 1.00 tile 123 }
	voxel "VOXEL.kvx" { scale 1.00 tile 123 rotate }   //for rotating voxel model
	
— Define custom CD music

	Make .cue file with your custom CD tracks
		https://en.wikipedia.org/wiki/Cue_sheet_(computing)#Cue_sheet_syntax	
	

For skyboxes, high resolution textures and 3D models read
http://wiki.eduke32.com/wiki/DEF_Language